home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 2004 January / Computer Buyer January 2004.iso / Extras / Todolist / setup.exe / {app} / todolist.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt
Text File  |  2002-12-17  |  8KB  |  359 lines

  1. object FrmPrint: TFrmPrint
  2.   Left = 470
  3.   Top = 247
  4.   HelpContext = 11
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Task List'
  7.   ClientHeight = 343
  8.   ClientWidth = 529
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -5
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 197
  26.     Height = 281
  27.     BevelOuter = bvLowered
  28.     Color = clWhite
  29.     TabOrder = 4
  30.     object PntBxPrintPreview: TPaintBox
  31.       Left = 1
  32.       Top = 1
  33.       Width = 195
  34.       Height = 279
  35.       Align = alClient
  36.       Color = clWhite
  37.       ParentColor = False
  38.       OnPaint = PntBxPrintPreviewPaint
  39.     end
  40.   end
  41.   object BtBtnPrint: TBitBtn
  42.     Left = 16
  43.     Top = 308
  44.     Width = 89
  45.     Height = 25
  46.     Caption = '&Print...'
  47.     TabOrder = 1
  48.     OnClick = BtBtnPrintClick
  49.     Glyph.Data = {
  50.       F6000000424DF600000000000000760000002800000010000000100000000100
  51.       0400000000008000000000000000000000001000000010000000000000000000
  52.       80000080000000808000800000008000800080800000C0C0C000808080000000
  53.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00D00000000000
  54.       000D006666666666660006666666666666600600000000000060066666666666
  55.       96600066666666669600D00000000000000DDD0777777777770DD0077CCC7777
  56.       70DDD0777777CCC770DDD0777777777770DDD077CCC77777000DD077777CCC77
  57.       0EE0D007777777770EE0DD00000777770E0DDDDDDDD0000000DD}
  58.   end
  59.   object BtBtnCancel: TBitBtn
  60.     Left = 424
  61.     Top = 308
  62.     Width = 89
  63.     Height = 25
  64.     TabOrder = 3
  65.     Kind = bkCancel
  66.   end
  67.   object BitBtn1: TBitBtn
  68.     Left = 124
  69.     Top = 308
  70.     Width = 89
  71.     Height = 25
  72.     TabOrder = 2
  73.     Kind = bkHelp
  74.   end
  75.   object PCPrintOptions: TPageControl
  76.     Left = 224
  77.     Top = 8
  78.     Width = 289
  79.     Height = 289
  80.     ActivePage = TSGeneral
  81.     TabIndex = 0
  82.     TabOrder = 0
  83.     object TSGeneral: TTabSheet
  84.       Caption = 'General'
  85.       object ChkBxOnlyPrintComplete: TCheckBox
  86.         Left = 16
  87.         Top = 32
  88.         Width = 153
  89.         Height = 17
  90.         Caption = 'Only print incomplete tasks.'
  91.         TabOrder = 0
  92.         OnClick = ChkBxOnlyPrintCompleteClick
  93.       end
  94.       object ChkBxPrintTaskStatus: TCheckBox
  95.         Left = 16
  96.         Top = 64
  97.         Width = 153
  98.         Height = 17
  99.         Caption = 'Strike-out completed tasks.'
  100.         TabOrder = 1
  101.         OnClick = ChkBxPrintTaskStatusClick
  102.       end
  103.       object ChkBxPrintDate: TCheckBox
  104.         Left = 16
  105.         Top = 96
  106.         Width = 145
  107.         Height = 17
  108.         Caption = 'Print date and time.'
  109.         TabOrder = 2
  110.         Visible = False
  111.         OnClick = ChkBxPrintDateClick
  112.       end
  113.       object CheckBox4: TCheckBox
  114.         Left = 16
  115.         Top = 128
  116.         Width = 121
  117.         Height = 17
  118.         Caption = 'Size task list to page.'
  119.         TabOrder = 3
  120.         Visible = False
  121.         OnClick = CheckBox4Click
  122.       end
  123.     end
  124.     object TSFontandSize: TTabSheet
  125.       Caption = 'Font && Size'
  126.       object Label1: TLabel
  127.         Left = 16
  128.         Top = 16
  129.         Width = 55
  130.         Height = 13
  131.         Caption = 'Font Name:'
  132.       end
  133.       object Label2: TLabel
  134.         Left = 200
  135.         Top = 16
  136.         Width = 47
  137.         Height = 13
  138.         Caption = 'Font Size:'
  139.       end
  140.       object Label3: TLabel
  141.         Left = 40
  142.         Top = 224
  143.         Width = 215
  144.         Height = 13
  145.         Caption = '(Disable if opening this dialog box is too slow.)'
  146.       end
  147.       object lbxFontName: TListBox
  148.         Left = 16
  149.         Top = 32
  150.         Width = 169
  151.         Height = 97
  152.         ItemHeight = 13
  153.         TabOrder = 0
  154.         OnClick = lbxFontNameClick
  155.         OnDrawItem = lbxFontNameDrawItem
  156.         OnMeasureItem = lbxFontNameMeasureItem
  157.       end
  158.       object cbxFontSize: TComboBox
  159.         Left = 200
  160.         Top = 32
  161.         Width = 65
  162.         Height = 21
  163.         ItemHeight = 13
  164.         MaxLength = 2
  165.         TabOrder = 1
  166.         OnChange = cbxFontSizeChange
  167.         Items.Strings = (
  168.           '8'
  169.           '9'
  170.           '10'
  171.           '11'
  172.           '12'
  173.           '14'
  174.           '16'
  175.           '18'
  176.           '20'
  177.           '22'
  178.           '24'
  179.           '26'
  180.           '28'
  181.           '36'
  182.           '48'
  183.           '72')
  184.       end
  185.       object cbxDrawAllFonts: TCheckBox
  186.         Left = 16
  187.         Top = 208
  188.         Width = 97
  189.         Height = 17
  190.         Caption = 'Draw all fonts.'
  191.         TabOrder = 2
  192.         OnClick = cbxDrawAllFontsClick
  193.       end
  194.       object pnlFontPreview: TPanel
  195.         Left = 16
  196.         Top = 144
  197.         Width = 249
  198.         Height = 41
  199.         BevelOuter = bvLowered
  200.         Caption = 'ABC def 123'
  201.         Font.Charset = DEFAULT_CHARSET
  202.         Font.Color = clWindowText
  203.         Font.Height = -13
  204.         Font.Name = 'MS Sans Serif'
  205.         Font.Style = []
  206.         ParentFont = False
  207.         TabOrder = 3
  208.       end
  209.     end
  210.     object TSMargins: TTabSheet
  211.       Caption = 'Margins'
  212.       object Label4: TLabel
  213.         Left = 16
  214.         Top = 44
  215.         Width = 21
  216.         Height = 13
  217.         Caption = 'Left:'
  218.       end
  219.       object Label5: TLabel
  220.         Left = 16
  221.         Top = 76
  222.         Width = 28
  223.         Height = 13
  224.         Caption = 'Right:'
  225.         Visible = False
  226.       end
  227.       object Label6: TLabel
  228.         Left = 16
  229.         Top = 108
  230.         Width = 22
  231.         Height = 13
  232.         Caption = 'Top:'
  233.       end
  234.       object Label7: TLabel
  235.         Left = 16
  236.         Top = 140
  237.         Width = 36
  238.         Height = 13
  239.         Caption = 'Bottom:'
  240.       end
  241.       object Label8: TLabel
  242.         Left = 16
  243.         Top = 16
  244.         Width = 65
  245.         Height = 13
  246.         Caption = 'Margins (mm):'
  247.       end
  248.       object pnlMarginPagePreview: TPanel
  249.         Left = 168
  250.         Top = 16
  251.         Width = 98
  252.         Height = 140
  253.         BevelOuter = bvLowered
  254.         Color = clWhite
  255.         TabOrder = 4
  256.         object shpMarginPviewExampleText: TShape
  257.           Left = 16
  258.           Top = 16
  259.           Width = 65
  260.           Height = 113
  261.           Brush.Style = bsClear
  262.           Pen.Color = clGray
  263.           Pen.Style = psDot
  264.         end
  265.       end
  266.       object edtLeftMarginVal: TEdit
  267.         Left = 56
  268.         Top = 40
  269.         Width = 33
  270.         Height = 21
  271.         MaxLength = 3
  272.         TabOrder = 0
  273.         Text = '0'
  274.         OnChange = edtLeftMarginValChange
  275.       end
  276.       object udLeftMarg: TUpDown
  277.         Left = 89
  278.         Top = 40
  279.         Width = 15
  280.         Height = 21
  281.         Associate = edtLeftMarginVal
  282.         Min = 0
  283.         Position = 0
  284.         TabOrder = 5
  285.         Wrap = False
  286.       end
  287.       object edtRightMarginVal: TEdit
  288.         Left = 56
  289.         Top = 72
  290.         Width = 33
  291.         Height = 21
  292.         MaxLength = 3
  293.         TabOrder = 1
  294.         Text = '0'
  295.         Visible = False
  296.         OnChange = edtRightMarginValChange
  297.       end
  298.       object edtTopMarginVal: TEdit
  299.         Left = 56
  300.         Top = 104
  301.         Width = 33
  302.         Height = 21
  303.         MaxLength = 3
  304.         TabOrder = 2
  305.         Text = '0'
  306.         OnChange = edtTopMarginValChange
  307.       end
  308.       object edtBottomMarginVal: TEdit
  309.         Left = 56
  310.         Top = 136
  311.         Width = 33
  312.         Height = 21
  313.         MaxLength = 3
  314.         TabOrder = 3
  315.         Text = '0'
  316.         OnChange = edtBottomMarginValChange
  317.       end
  318.       object udRightMarg: TUpDown
  319.         Left = 89
  320.         Top = 72
  321.         Width = 15
  322.         Height = 21
  323.         Associate = edtRightMarginVal
  324.         Min = 0
  325.         Position = 0
  326.         TabOrder = 6
  327.         Visible = False
  328.         Wrap = False
  329.       end
  330.       object udTopMarg: TUpDown
  331.         Left = 89
  332.         Top = 104
  333.         Width = 15
  334.         Height = 21
  335.         Associate = edtTopMarginVal
  336.         Min = 0
  337.         Position = 0
  338.         TabOrder = 7
  339.         Wrap = False
  340.       end
  341.       object udBottomMarg: TUpDown
  342.         Left = 89
  343.         Top = 136
  344.         Width = 15
  345.         Height = 21
  346.         Associate = edtBottomMarginVal
  347.         Min = 0
  348.         Position = 0
  349.         TabOrder = 8
  350.         Wrap = False
  351.       end
  352.     end
  353.   end
  354.   object PrintDialog1: TPrintDialog
  355.     Left = 360
  356.     Top = 304
  357.   end
  358. end
  359.